home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / dbstr11s.zip / VBTOOLS.TXT < prev    next >
Text File  |  1995-09-24  |  2KB  |  56 lines

  1.               ==============================================
  2.               Development Tools for Visual Basic Programmers
  3.                         Increase your productivity!
  4.               ==============================================
  5.  
  6. Project Analyzer
  7. - The most powerful VB source code analyzer on the market
  8. - Document your code, including comments and cross-references
  9. - List procedures, controls, variables and constants
  10. - Find which DLL functions are needed
  11. - Examine your FRX files
  12. - See your code in hypertext form - the procedure/variable references become
  13.   hyperlinks!
  14. - View a call tree
  15. - Find dead procedures, variables and constants! Remove them today!
  16. - Calculate statistics, like lines of code, cyclomatic complexity, ...
  17.  
  18. DB Structure
  19. - Document your database
  20. - Print the format of your database graphically
  21. - Include links between tables
  22. - List tables and their fields (key fields indicated) in text format
  23.  
  24. DBtoVB Wizard
  25. - Helps to create database oriented apps
  26.   1) Create the database with Access, Data Manager, Visual Data or any
  27.      tool you prefer along with the development of your app
  28.   2) When the database structure is nearly ready, use DBtoVB to generate a 
  29.      code module. You can then call the module to create another similar
  30.      but empty database
  31.   3) Add the DBtoVB modules to your project
  32.   4) Add a call to function Create_Database
  33.   5) Have the user to create new databases simply, without coding!
  34.   6) If you later change the structure of your database, simply run 
  35.      DBtoVB again - no coding whatsoever!
  36.  
  37. DB Lock
  38. - See how your database application behaves in a multiuser situation
  39. - See which tables are open and which are read or write locked
  40. - Find tables that are accidentally left open/locked after use
  41. - Lock tables manually to see how your application responds to different
  42.   locking schemes
  43.  
  44. InputBox
  45. - A collection of functions to replace the built-in InputBox() function
  46.   with a 3D style box
  47. - More features, like input a password, capitalize input and restrict input 
  48.   length
  49. - Full source code
  50.  
  51. To find more information about these inexpensive Visual Basic tools, please
  52. visit the VBShop by WWW (http://helsinki.fi/~salste/vb.html) or email me
  53. (tsalste@snakemail.hut.fi). 
  54.  
  55. Tuomas Salste
  56.